Click or drag to resize

ServiceCreateRule Method (IListRule, String)

Creates inbox rules.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public RuleOperationResponse CreateRule(
	IList<Rule> rules,
	string smtpEmailAddress
)

Parameters

rules
Type: System.Collections.GenericIListRule
The rules.
smtpEmailAddress
Type: SystemString
The SMTP email address.

Return Value

Type: RuleOperationResponse
RuleOperationResponse.
See Also